From e1a03e6a336a58e8d1b9c87086959bc444897249 Mon Sep 17 00:00:00 2001 From: justbur Date: Mon, 13 Jul 2015 11:21:52 -0400 Subject: [PATCH] Remove defaults related to outside packages --- which-key.el | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/which-key.el b/which-key.el index a08d71c4821..133833b84e4 100644 --- a/which-key.el +++ b/which-key.el @@ -65,13 +65,9 @@ in the first example." :group 'which-key :type '(alist :key-type regexp :value-type string)) (defcustom which-key-description-replacement-alist - '(("Prefix Command" . "prefix") - ("select-window-\\([1-9]\\)" . "Window \\1")) + '(("Prefix Command" . "prefix")) "See `which-key-key-replacement-alist'. -This is a list of lists for replacing descriptions. The second -one removes \"namespace/\" from \"namespace/function\". This is a -convention for naming functions but not a rule, so remove this -replacement if it becomes problematic." +This is a list of lists for replacing descriptions." :group 'which-key :type '(alist :key-type regexp :value-type string)) (defcustom which-key-key-based-description-replacement-alist '() @@ -104,7 +100,7 @@ the feature off." :group 'which-key :type '(radio (const :tag "Left of keys" left) (const :tag "In first line" top) - (const :tag "Hide" nil))) + (const :tag "Hide" nil))) (defcustom which-key-popup-type 'minibuffer "Supported types are minibuffer, side-window, frame, and custom." :group 'which-key -- 2.30.2